From: Ewan Mellor Date: Fri, 5 Jan 2007 15:50:20 +0000 (+0000) Subject: Added NETWORK_ALREADY_CONNECTED error code to the documentation. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15422^2~69 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=a76d47f9b7e093407df2020f96be71d09d8ccc14;p=xen.git Added NETWORK_ALREADY_CONNECTED error code to the documentation. Signed-off-by: Ewan Mellor --- diff --git a/docs/xen-api/xenapi-datamodel.tex b/docs/xen-api/xenapi-datamodel.tex index 4f44ceaddb..950eb049e8 100644 --- a/docs/xen-api/xenapi-datamodel.tex +++ b/docs/xen-api/xenapi-datamodel.tex @@ -10575,6 +10575,16 @@ expected parameters are returned. \begin{verbatim}MESSAGE_PARAMETER_COUNT_MISMATCH(method, expected, received)\end{verbatim} \begin{center}\rule{10em}{0.1pt}\end{center} +\subsubsection{NETWORK\_ALREADY\_CONNECTED} + +You tried to create a PIF, but the network you tried to attach it to is +already attached to some other PIF, and so the creation failed. + +\vspace{0.3cm} +{\bf Signature:} +\begin{verbatim}NETWORK_ALREADY_CONNECTED(network, connected PIF)\end{verbatim} +\begin{center}\rule{10em}{0.1pt}\end{center} + \subsubsection{SESSION\_AUTHENTICATION\_FAILED} The credentials given by the user are incorrect, so access has been denied,